home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p1-4 / 00378_Script_378 < prev    next >
Text File  |  1994-05-11  |  422b  |  23 lines

  1. -- P4S13 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 13
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,3)
  9.   setAppearTime (1,1*60)
  10.   setAppearTime (2,2*60)
  11.   setAppearTime (3,2*60)
  12.   
  13.   global theGauge
  14.   mSetLevel(theGauge, Step)
  15.   
  16.   global LastQT
  17.   set LastQT = "P4S13"
  18.   cursor 4
  19.   preLoadCast the number of cast LastQT  
  20.   
  21.   setUpFastFwd()
  22.   cursor -1
  23. end